Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add additional tls error codes #114

Merged
merged 1 commit into from
May 17, 2024

Conversation

michael-redpanda
Copy link

In order to not have to reference actual GnuTLS error codes in the user application, expose some additional error codes via seastar::tls::ERROR_* variables.

In order to not have to reference actual GnuTLS error codes in
the user application, expose some additional error codes via
seastar::tls::ERROR_* variables.

Signed-off-by: Michael Boquard <michael@redpanda.com>
@michael-redpanda michael-redpanda self-assigned this May 17, 2024
@michael-redpanda michael-redpanda requested review from a team, pgellert and oleiman and removed request for a team May 17, 2024 13:44
Copy link
Member

@oleiman oleiman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm. only question is how did you choose these exact additions? (e.g. specifically needed by another diff?)

@michael-redpanda michael-redpanda merged commit 16a722b into v24.2.x May 17, 2024
0 of 14 checks passed
@michael-redpanda
Copy link
Author

lgtm. only question is how did you choose these exact additions? (e.g. specifically needed by another diff?)

@oleiman needed in Redpanda (redpanda-data/redpanda#18564)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants